home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / array / file_id.diz next >
Text File  |  1995-12-11  |  286b  |  1 lines

  1. VBARRAY demonstrates a method of loading/saving Arrays using the API's file I/O functions. Any array up to 64k (except user types that contain variable length strings) can be loaded from a file or saved to a file in a single operation. For arrays greater than 64k you would need a loop.